SET EFFECT TECHNIQUE

This command will set the technique of the specified FX effect.

  Syntax
SET EFFECT TECHNIQUE Effect Number, Technique Name
  Parameters
Effect Number
Integer
The effect number
Technique Name
String
The technique string name

  Returns

This command does not return a value.

  Description

The technique is specified by name, and the name can be found heading the technique within the FX file itself. An FX effect can have multiple techniques within the file.

  Example Code
backdrop off : cls : sync on : sync rate 0 : hide mouse:cls 0
cd "fx\Simple"
load object "sphere.x",1
position object 1,0,0,0
set effect on 1,"Simple.fx",1
  See also

BASIC3D Commands Menu
Index